软件工程C++C++ 迭代器的算术运算C++ 迭代器的算术运算 iter +- n:迭代器加上整数值; iter +-= n:结果赋给该值; iter - iter2:得到距离(difference_type 的带符号整数); >, <:关系运算符